home *** CD-ROM | disk | FTP | other *** search
- object frmRotate: TfrmRotate
- Left = 262
- Top = 116
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsToolWindow
- Caption = 'Rotate'
- ClientHeight = 482
- ClientWidth = 498
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lbSaving: TLabel
- Left = 8
- Top = 454
- Width = 72
- Height = 13
- Caption = 'Saving file...'
- Visible = False
- end
- object btnSave: TButton
- Left = 172
- Top = 454
- Width = 75
- Height = 23
- Hint = 'Overwrite the current image'
- Caption = '&Save'
- TabOrder = 0
- OnClick = btnSaveClick
- end
- object btnCancel: TButton
- Left = 250
- Top = 454
- Width = 75
- Height = 23
- Hint = 'Close window without making changes'
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object grbImgRotate: TGroupBox
- Left = 5
- Top = 5
- Width = 489
- Height = 420
- Caption = 'Image to Rotate : '
- Color = clBtnFace
- ParentColor = False
- TabOrder = 2
- object lab0: TLabel
- Left = 10
- Top = 50
- Width = 13
- Height = 13
- Caption = '0�'
- end
- object lab90: TLabel
- Left = 248
- Top = 50
- Width = 20
- Height = 13
- Caption = '90�'
- end
- object lab180: TLabel
- Left = 248
- Top = 233
- Width = 27
- Height = 13
- Caption = '180�'
- end
- object lab270: TLabel
- Left = 10
- Top = 233
- Width = 27
- Height = 13
- Caption = '270�'
- end
- object Label1: TLabel
- Left = 10
- Top = 24
- Width = 347
- Height = 13
- Caption = 'Click on your preferred output, then press the "Save" button'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- end
- object pan0: TPanel
- Left = 9
- Top = 71
- Width = 230
- Height = 160
- Caption = 'pan0'
- Color = clSilver
- TabOrder = 0
- OnClick = ChangePanelColor
- object img0: TLEADImage
- Left = 10
- Top = 10
- Width = 210
- Height = 140
- AutoScroll = False
- Ctl3D = False
- BackColor = clNone
- DrawMode = pmCopy
- EnableMethodErrors = False
- FrameOuterShadowColor = clBlack
- PaintSizeMode = smFit
- ParentCtl3D = False
- PanWinPaintScaling = psNormal
- PanWinTitle = 'Pan Window'
- TabOrder = 0
- TextFont.Charset = DEFAULT_CHARSET
- TextFont.Color = clWindowText
- TextFont.Height = -11
- TextFont.Name = 'MS Sans Serif'
- TextFont.Style = []
- OnClick = ChangePanelColor
- end
- object TLEADImage
- Left = 208
- Top = 160
- Width = 150
- Height = 150
- Ctl3D = False
- DrawMode = pmCopy
- FrameOuterShadowColor = clBlack
- ParentCtl3D = False
- PanWinPaintScaling = psNormal
- PanWinTitle = 'Pan Window'
- TabOrder = 1
- TextFont.Charset = DEFAULT_CHARSET
- TextFont.Color = clWindowText
- TextFont.Height = -11
- TextFont.Name = 'MS Sans Serif'
- TextFont.Style = []
- end
- end
- object pan90: TPanel
- Left = 248
- Top = 71
- Width = 230
- Height = 160
- Caption = 'pan90'
- Color = clSilver
- TabOrder = 1
- OnClick = ChangePanelColor
- object img90: TLEADImage
- Left = 10
- Top = 10
- Width = 210
- Height = 140
- AutoScroll = False
- Ctl3D = False
- BackColor = clNone
- DrawMode = pmCopy
- EnableMethodErrors = False
- FrameOuterShadowColor = clBlack
- PaintSizeMode = smFit
- ParentCtl3D = False
- PanWinPaintScaling = psNormal
- PanWinTitle = 'Pan Window'
- TabOrder = 0
- TextFont.Charset = DEFAULT_CHARSET
- TextFont.Color = clWindowText
- TextFont.Height = -11
- TextFont.Name = 'MS Sans Serif'
- TextFont.Style = []
- OnClick = ChangePanelColor
- end
- end
- object pan180: TPanel
- Left = 248
- Top = 251
- Width = 230
- Height = 160
- Caption = 'pan180'
- Color = clSilver
- TabOrder = 2
- OnClick = ChangePanelColor
- object img180: TLEADImage
- Left = 10
- Top = 10
- Width = 210
- Height = 140
- AutoScroll = False
- Ctl3D = False
- BackColor = clNone
- DrawMode = pmCopy
- EnableMethodErrors = False
- FrameOuterShadowColor = clBlack
- PaintSizeMode = smFit
- ParentCtl3D = False
- PanWinPaintScaling = psNormal
- PanWinTitle = 'Pan Window'
- TabOrder = 0
- TextFont.Charset = DEFAULT_CHARSET
- TextFont.Color = clWindowText
- TextFont.Height = -11
- TextFont.Name = 'MS Sans Serif'
- TextFont.Style = []
- OnClick = ChangePanelColor
- end
- end
- object pan270: TPanel
- Left = 9
- Top = 251
- Width = 230
- Height = 160
- Caption = 'pan270'
- Color = clSilver
- TabOrder = 3
- OnClick = ChangePanelColor
- object img270: TLEADImage
- Left = 10
- Top = 10
- Width = 210
- Height = 140
- AutoScroll = False
- Ctl3D = False
- BackColor = clNone
- DrawMode = pmCopy
- EnableMethodErrors = False
- FrameOuterShadowColor = clBlack
- PaintSizeMode = smFit
- ParentCtl3D = False
- PanWinPaintScaling = psNormal
- PanWinTitle = 'Pan Window'
- TabOrder = 0
- TextFont.Charset = DEFAULT_CHARSET
- TextFont.Color = clWindowText
- TextFont.Height = -11
- TextFont.Name = 'MS Sans Serif'
- TextFont.Style = []
- OnClick = ChangePanelColor
- end
- end
- object LEADImage5: TLEADImage
- Left = 296
- Top = 80
- Width = 210
- Height = 140
- Ctl3D = False
- DrawMode = pmCopy
- EnableMethodErrors = False
- FrameOuterShadowColor = clBlack
- ParentCtl3D = False
- PanWinPaintScaling = psNormal
- PanWinTitle = 'Pan Window'
- TabOrder = 4
- TextFont.Charset = DEFAULT_CHARSET
- TextFont.Color = clWindowText
- TextFont.Height = -11
- TextFont.Name = 'MS Sans Serif'
- TextFont.Style = []
- Visible = False
- end
- end
- object ProgressBar: TProgressBar
- Left = 9
- Top = 432
- Width = 481
- Height = 13
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 3
- Visible = False
- end
- object btCopyTo: TButton
- Left = 380
- Top = 459
- Width = 75
- Height = 23
- Hint = 'Overwrite the current image'
- Caption = '&Copy to'
- ModalResult = 10
- TabOrder = 4
- Visible = False
- end
- object leadThumb: TLEADThumb
- Filter = '*.*'
- MaxSizeDisk = 0
- MaxSizeMem = 0
- ThumbnailHeight = 140
- ThumbnailWidth = 210
- ThumbnailEvent = leadThumbThumbnailEvent
- Left = 408
- Top = 449
- end
- object LeadDialog1: TLeadDialog
- Change = 0
- DlgFont.Charset = DEFAULT_CHARSET
- DlgFont.Color = clWindowText
- DlgFont.Height = -11
- DlgFont.Name = 'MS Sans Serif'
- DlgFont.Style = []
- Effect = 1000
- FilterIndex = 4
- ShapeBorderStyle = sbrDot
- TextFont.Charset = DEFAULT_CHARSET
- TextFont.Color = clWindowText
- TextFont.Height = -11
- TextFont.Name = 'MS Sans Serif'
- TextFont.Style = []
- Left = 472
- Top = 457
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'MainDictionary'
- Left = 440
- Top = 456
- TargetsData = (
- 1
- 3
- (
- ''
- 'Hint'
- 0)
- (
- ''
- 'Caption'
- 0)
- (
- ''
- 'Filter'
- 0))
- end
- end
-